ENABLE ESCAPEKEY

This command will reactivate the escape key.

  Syntax
ENABLE ESCAPEKEY
  Returns

This command does not return a value.

  Description

The escape key is deactivated using the DISABLE ESCAPEKEY.

  Example Code
cls
disable escapekey
print "ESCAPE No Longer Quits - Press Any Key"
wait key
enable escapekey
do
loop
end
  See also

SYSTEM Commands Menu
Index